home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ8609.ZIP / README.SEP < prev    next >
Text File  |  1986-09-30  |  1KB  |  35 lines

  1.  
  2. SEPTEMBER ISSUE
  3.  
  4. "Algorithms: Curve Fitting with Cubic Splines"
  5. By Ian E. Ashdown - ASH.SEP
  6.  
  7. After this listing appeared, the author has informed us of a bug.
  8. The expression toupper(*++temp) is treated differently
  9. by compilers that define toupper( ) as a macro vs. those that use
  10. a function. As a result, although SPLINE compiles nicely under
  11. Microsoft C, the command-line options are not accepted.
  12.  
  13. The offending line is at the bottom of the second column of
  14. listings on page 72.  It should be changed to:
  15.  
  16. temp++;
  17. switch(toupper(temp));
  18.  
  19. "Algorithms: A First-Order Sorting Algorithm "
  20. By Robert A. McIvor - IVOR.SEP
  21.  
  22. "Hardware: High-Speed Thrills"
  23. By Mike Elkins and Steve King - ELKINS.SEP
  24.  
  25. "C-Chest: Directory Traversal, Trailing Zs, and Horrifying Experiences "
  26. By Allen Holub - HOLUB.SEP
  27.  
  28. "16-Bit Tool Box: MS DOS Book, DOS File Handles, and More"
  29. By Ray Duncan - DUNCLST.SEP
  30.  
  31. "The Right To Assemble: The Worm Memory Test "
  32. By Jan W. Steinman - STEINMAN.SEP
  33.  
  34. Letters - LETTERS.SEP
  35.